﻿2026-07-01T10:18:02.6841425Z ##[group]Run set -euo pipefail
2026-07-01T10:18:02.6842400Z [36;1mset -euo pipefail[0m
2026-07-01T10:18:02.6843220Z [36;1mPIN=0c95435[0m
2026-07-01T10:18:02.6844007Z [36;1mCACHE="$HOME/spt-n1-oldbroker"[0m
2026-07-01T10:18:02.6844978Z [36;1mBIN="$CACHE/target/debug/spt"[0m
2026-07-01T10:18:02.6846281Z [36;1m# Self-healing cache: rebuild the pin only when it moves. Clone OUTSIDE[0m
2026-07-01T10:18:02.6847937Z [36;1m# the workspace (a clone inside gets adopted by the cargo workspace).[0m
2026-07-01T10:18:02.6849711Z [36;1mif [ ! -x "$BIN" ] || [ "$(cat "$CACHE/.builtpin" 2>/dev/null || true)" != "$PIN" ]; then[0m
2026-07-01T10:18:02.6851066Z [36;1m  rm -rf "$CACHE"[0m
2026-07-01T10:18:02.6851957Z [36;1m  git clone "$GITHUB_WORKSPACE" "$CACHE"[0m
2026-07-01T10:18:02.6852993Z [36;1m  git -C "$CACHE" checkout "$PIN"[0m
2026-07-01T10:18:02.6854267Z [36;1m  cargo build --manifest-path "$CACHE/Cargo.toml" -p spt --bin spt[0m
2026-07-01T10:18:02.6855592Z [36;1m  echo "$PIN" > "$CACHE/.builtpin"[0m
2026-07-01T10:18:02.6856546Z [36;1mfi[0m
2026-07-01T10:18:02.6857620Z [36;1mSPT_N1_OLD_BROKER="$BIN" cargo test -p spt --test n1_pairing -- --nocapture[0m
2026-07-01T10:18:02.6873746Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0}
2026-07-01T10:18:02.6874835Z env:
2026-07-01T10:18:02.6875526Z   RUSTFLAGS: -C link-arg=-fuse-ld=mold
2026-07-01T10:18:02.6876416Z ##[endgroup]
2026-07-01T10:18:02.7400571Z     Updating crates.io index
2026-07-01T10:18:02.9711503Z  Downloading crates ...
2026-07-01T10:18:03.0633896Z   Downloaded vte_generate_state_changes v0.1.2
2026-07-01T10:18:03.0810913Z   Downloaded vte v0.13.1
2026-07-01T10:18:03.1922491Z    Compiling proc-macro2 v1.0.106
2026-07-01T10:18:03.1924092Z    Compiling quote v1.0.45
2026-07-01T10:18:03.1925132Z    Compiling unicode-ident v1.0.24
2026-07-01T10:18:03.1926234Z    Compiling libc v0.2.186
2026-07-01T10:18:03.1927240Z    Compiling serde_core v1.0.228
2026-07-01T10:18:03.1928281Z    Compiling cfg-if v1.0.4
2026-07-01T10:18:03.1947104Z    Compiling serde v1.0.228
2026-07-01T10:18:03.1975016Z    Compiling log v0.4.32
2026-07-01T10:18:03.2024162Z    Compiling pin-project-lite v0.2.17
2026-07-01T10:18:03.2046728Z    Compiling typenum v1.20.1
2026-07-01T10:18:03.2048230Z    Compiling portable-atomic v1.13.1
2026-07-01T10:18:03.2118635Z    Compiling version_check v0.9.5
2026-07-01T10:18:03.2121006Z    Compiling memchr v2.8.1
2026-07-01T10:18:03.2122858Z    Compiling find-msvc-tools v0.1.9
2026-07-01T10:18:03.2155555Z    Compiling critical-section v1.2.0
2026-07-01T10:18:03.2532064Z    Compiling shlex v2.0.1
2026-07-01T10:18:03.2812337Z    Compiling subtle v2.6.1
2026-07-01T10:18:03.2882282Z    Compiling futures-core v0.3.32
2026-07-01T10:18:03.3522181Z    Compiling bytes v1.11.1
2026-07-01T10:18:03.4553428Z    Compiling smallvec v1.15.1
2026-07-01T10:18:03.4555604Z    Compiling equivalent v1.0.2
2026-07-01T10:18:03.4726177Z    Compiling itoa v1.0.18
2026-07-01T10:18:03.4863158Z    Compiling semver v1.0.28
2026-07-01T10:18:03.5022228Z    Compiling stable_deref_trait v1.2.1
2026-07-01T10:18:03.5311651Z    Compiling slab v0.4.12
2026-07-01T10:18:03.5484403Z    Compiling generic-array v0.14.7
2026-07-01T10:18:03.5653308Z    Compiling futures-sink v0.3.32
2026-07-01T10:18:03.5734248Z    Compiling futures-io v0.3.32
2026-07-01T10:18:03.6091252Z    Compiling futures-task v0.3.32
2026-07-01T10:18:03.6498714Z    Compiling futures-channel v0.3.32
2026-07-01T10:18:03.7020715Z    Compiling bitflags v2.12.1
2026-07-01T10:18:03.7502438Z    Compiling rustversion v1.0.22
2026-07-01T10:18:03.7560830Z    Compiling hashbrown v0.17.1
2026-07-01T10:18:03.8170767Z    Compiling rustc_version v0.4.1
2026-07-01T10:18:03.8290678Z    Compiling cpufeatures v0.2.17
2026-07-01T10:18:03.8830827Z    Compiling fnv v1.0.7
2026-07-01T10:18:03.8980820Z    Compiling cfg_aliases v0.2.1
2026-07-01T10:18:03.9011503Z    Compiling rand_core v0.10.1
2026-07-01T10:18:03.9441223Z    Compiling strsim v0.11.1
2026-07-01T10:18:03.9525427Z    Compiling litemap v0.8.2
2026-07-01T10:18:03.9750915Z    Compiling writeable v0.6.3
2026-07-01T10:18:04.0366112Z    Compiling utf8_iter v1.0.4
2026-07-01T10:18:04.0651189Z    Compiling fs_extra v1.3.0
2026-07-01T10:18:04.1512191Z    Compiling dunce v1.0.5
2026-07-01T10:18:04.1661038Z    Compiling icu_normalizer_data v2.2.0
2026-07-01T10:18:04.1994337Z    Compiling getrandom v0.4.2
2026-07-01T10:18:04.2150492Z    Compiling ident_case v1.0.1
2026-07-01T10:18:04.2181819Z    Compiling icu_properties_data v2.2.0
2026-07-01T10:18:04.2551081Z    Compiling percent-encoding v2.3.2
2026-07-01T10:18:04.4332055Z    Compiling autocfg v1.5.1
2026-07-01T10:18:04.4921039Z    Compiling http v1.4.1
2026-07-01T10:18:04.4929992Z    Compiling cpufeatures v0.3.0
2026-07-01T10:18:04.5250774Z    Compiling unicode-segmentation v1.13.3
2026-07-01T10:18:04.5410868Z    Compiling syn v2.0.117
2026-07-01T10:18:04.5530633Z    Compiling aws-lc-rs v1.17.0
2026-07-01T10:18:04.5620418Z    Compiling thiserror v2.0.18
2026-07-01T10:18:04.5926729Z    Compiling scopeguard v1.2.0
2026-07-01T10:18:04.6390619Z    Compiling chacha20 v0.10.0
2026-07-01T10:18:04.6800766Z    Compiling lock_api v0.4.14
2026-07-01T10:18:04.7111708Z    Compiling indexmap v2.14.0
2026-07-01T10:18:04.7410789Z    Compiling form_urlencoded v1.2.2
2026-07-01T10:18:04.8582016Z    Compiling untrusted v0.9.0
2026-07-01T10:18:04.8816901Z    Compiling heck v0.5.0
2026-07-01T10:18:04.8920986Z    Compiling rustls v0.23.40
2026-07-01T10:18:04.8969725Z    Compiling anyhow v1.0.102
2026-07-01T10:18:04.9664351Z    Compiling atomic-waker v1.1.2
2026-07-01T10:18:04.9748694Z    Compiling unicode-xid v0.2.6
2026-07-01T10:18:05.0027921Z    Compiling const-oid v0.10.2
2026-07-01T10:18:05.0115007Z    Compiling paste v1.0.15
2026-07-01T10:18:05.0390054Z    Compiling parking_lot_core v0.9.12
2026-07-01T10:18:05.0648675Z    Compiling httparse v1.10.1
2026-07-01T10:18:05.0880469Z    Compiling zerocopy v0.8.50
2026-07-01T10:18:05.0990799Z    Compiling num-traits v0.2.19
2026-07-01T10:18:05.1406852Z    Compiling hybrid-array v0.4.12
2026-07-01T10:18:05.2541585Z    Compiling jobserver v0.1.34
2026-07-01T10:18:05.2670596Z    Compiling convert_case v0.10.0
2026-07-01T10:18:05.2890755Z    Compiling curve25519-dalek v4.1.3
2026-07-01T10:18:05.3000762Z    Compiling ahash v0.8.12
2026-07-01T10:18:05.3384933Z    Compiling base64ct v1.8.3
2026-07-01T10:18:05.3430705Z    Compiling fastrand v2.4.1
2026-07-01T10:18:05.4660650Z    Compiling either v1.16.0
2026-07-01T10:18:05.5430380Z    Compiling cc v1.2.63
2026-07-01T10:18:05.5790958Z    Compiling powerfmt v0.2.0
2026-07-01T10:18:05.6321423Z    Compiling crypto-common v0.1.7
2026-07-01T10:18:05.6425298Z    Compiling block-buffer v0.10.4
2026-07-01T10:18:05.6790940Z    Compiling pem-rfc7468 v1.0.0
2026-07-01T10:18:05.7088888Z    Compiling http-body v1.0.1
2026-07-01T10:18:05.7482838Z    Compiling digest v0.10.7
2026-07-01T10:18:05.7711134Z    Compiling deranged v0.5.8
2026-07-01T10:18:05.8156209Z    Compiling time-core v0.1.8
2026-07-01T10:18:05.8599525Z    Compiling base64 v0.22.1
2026-07-01T10:18:05.8981158Z    Compiling pkg-config v0.3.33
2026-07-01T10:18:05.9230325Z    Compiling tinyvec_macros v0.1.1
2026-07-01T10:18:05.9534877Z    Compiling mio v1.2.1
2026-07-01T10:18:05.9861115Z    Compiling socket2 v0.6.4
2026-07-01T10:18:05.9961193Z    Compiling getrandom v0.2.17
2026-07-01T10:18:06.1220594Z    Compiling zmij v1.0.21
2026-07-01T10:18:06.2380187Z    Compiling rand_core v0.6.4
2026-07-01T10:18:06.2607776Z    Compiling rand v0.10.1
2026-07-01T10:18:06.3130897Z    Compiling tower-service v0.3.3
2026-07-01T10:18:06.3710509Z    Compiling vcpkg v0.2.15
2026-07-01T10:18:06.4122616Z    Compiling try-lock v0.2.5
2026-07-01T10:18:06.4194351Z    Compiling num-conv v0.2.2
2026-07-01T10:18:06.4272616Z    Compiling data-encoding v2.11.0
2026-07-01T10:18:06.4461259Z    Compiling parking_lot v0.12.5
2026-07-01T10:18:06.4670521Z    Compiling sha2 v0.10.9
2026-07-01T10:18:06.4770384Z    Compiling want v0.3.1
2026-07-01T10:18:06.4990382Z    Compiling tinyvec v1.11.0
2026-07-01T10:18:06.6628736Z    Compiling block-buffer v0.12.0
2026-07-01T10:18:06.7061026Z    Compiling crypto-common v0.2.2
2026-07-01T10:18:06.7430311Z    Compiling inout v0.1.4
2026-07-01T10:18:06.8150729Z    Compiling vergen-lib v9.1.0
2026-07-01T10:18:06.8220447Z    Compiling n0-future v0.3.2
2026-07-01T10:18:06.8734376Z    Compiling cmake v0.1.58
2026-07-01T10:18:06.9700672Z    Compiling spin v0.10.0
2026-07-01T10:18:07.0190388Z    Compiling serde_json v1.0.150
2026-07-01T10:18:07.0240261Z    Compiling signature v2.2.0
2026-07-01T10:18:07.0510493Z    Compiling cordyceps v0.3.4
2026-07-01T10:18:07.0550498Z    Compiling crossbeam-utils v0.8.21
2026-07-01T10:18:07.0710589Z    Compiling diatomic-waker v0.2.3
2026-07-01T10:18:07.1148552Z    Compiling parking v2.2.1
2026-07-01T10:18:07.1577077Z    Compiling winnow v1.0.3
2026-07-01T10:18:07.2371277Z    Compiling httpdate v1.0.3
2026-07-01T10:18:07.2720699Z    Compiling futures-lite v2.6.1
2026-07-01T10:18:07.2980658Z    Compiling ed25519 v2.2.3
2026-07-01T10:18:07.3930882Z    Compiling cipher v0.4.4
2026-07-01T10:18:07.4040841Z    Compiling netlink-packet-core v0.8.1
2026-07-01T10:18:07.4315282Z    Compiling futures-buffered v0.2.13
2026-07-01T10:18:07.4481868Z    Compiling universal-hash v0.5.1
2026-07-01T10:18:07.4604718Z    Compiling vergen v9.1.0
2026-07-01T10:18:07.4980733Z    Compiling vergen-lib v0.1.6
2026-07-01T10:18:07.5680780Z    Compiling heapless v0.7.17
2026-07-01T10:18:07.5720364Z    Compiling curve25519-dalek v5.0.0-pre.6
2026-07-01T10:18:07.6183278Z    Compiling digest v0.11.3
2026-07-01T10:18:07.6221448Z    Compiling noq-udp v0.10.0
2026-07-01T10:18:07.6761914Z    Compiling sync_wrapper v1.0.2
2026-07-01T10:18:07.6870495Z    Compiling opaque-debug v0.3.1
2026-07-01T10:18:07.7120386Z    Compiling byteorder v1.5.0
2026-07-01T10:18:07.7451164Z    Compiling toml_datetime v1.1.1+spec-1.1.0
2026-07-01T10:18:07.7954389Z    Compiling allocator-api2 v0.2.21
2026-07-01T10:18:07.8100322Z    Compiling polyval v0.6.2
2026-07-01T10:18:07.8710742Z    Compiling hash32 v0.2.1
2026-07-01T10:18:07.9050736Z    Compiling spin v0.9.8
2026-07-01T10:18:07.9220687Z    Compiling vergen-gitcl v1.0.8
2026-07-01T10:18:07.9691647Z    Compiling aws-lc-sys v0.41.0
2026-07-01T10:18:07.9920489Z    Compiling ring v0.17.14
2026-07-01T10:18:08.0160432Z    Compiling libsqlite3-sys v0.30.1
2026-07-01T10:18:08.0960660Z    Compiling fallible-iterator v0.3.0
2026-07-01T10:18:08.1084563Z    Compiling ryu v1.0.23
2026-07-01T10:18:08.1191065Z    Compiling fallible-streaming-iterator v0.1.9
2026-07-01T10:18:08.1354405Z    Compiling num_threads v0.1.7
2026-07-01T10:18:08.2490671Z    Compiling tower-layer v0.3.3
2026-07-01T10:18:08.2560532Z    Compiling signature v3.0.0
2026-07-01T10:18:08.2600908Z    Compiling time v0.3.47
2026-07-01T10:18:08.3040757Z    Compiling ghash v0.5.1
2026-07-01T10:18:08.3240398Z    Compiling sha2 v0.11.0-rc.5
2026-07-01T10:18:08.3970808Z    Compiling aes v0.8.4
2026-07-01T10:18:08.4290657Z    Compiling ctr v0.9.2
2026-07-01T10:18:08.4370518Z    Compiling fs2 v0.4.3
2026-07-01T10:18:08.4560436Z    Compiling http-body-util v0.1.3
2026-07-01T10:18:08.4791462Z    Compiling aead v0.5.2
2026-07-01T10:18:08.5970520Z    Compiling arrayvec v0.7.6
2026-07-01T10:18:08.6190583Z    Compiling openssl-probe v0.2.1
2026-07-01T10:18:08.6340464Z    Compiling utf8parse v0.2.2
2026-07-01T10:18:08.7310555Z    Compiling crossbeam-channel v0.5.15
2026-07-01T10:18:08.7490524Z    Compiling crossbeam-epoch v0.9.18
2026-07-01T10:18:08.7678848Z    Compiling blake3 v1.8.5
2026-07-01T10:18:08.8280555Z    Compiling netlink-packet-route v0.29.0
2026-07-01T10:18:08.8558049Z    Compiling toml_parser v1.1.2+spec-1.1.0
2026-07-01T10:18:08.9970282Z    Compiling uuid v1.23.2
2026-07-01T10:18:09.0390279Z    Compiling memoffset v0.6.5
2026-07-01T10:18:09.1579958Z    Compiling aes-gcm v0.10.3
2026-07-01T10:18:09.2062065Z    Compiling acto v0.8.2
2026-07-01T10:18:09.2410521Z    Compiling netwatch v0.16.0
2026-07-01T10:18:09.3229269Z    Compiling noq v0.18.0
2026-07-01T10:18:09.3538793Z    Compiling identity-hash v0.1.0
2026-07-01T10:18:09.4150456Z    Compiling ref-cast v1.0.25
2026-07-01T10:18:09.4591439Z    Compiling sorted-index-buffer v0.2.1
2026-07-01T10:18:09.4726665Z    Compiling mac-addr v0.3.0
2026-07-01T10:18:09.4965992Z    Compiling toml_edit v0.25.12+spec-1.1.0
2026-07-01T10:18:09.5936664Z    Compiling rustc-hash v2.1.2
2026-07-01T10:18:09.6169548Z    Compiling xml-rs v0.8.28
2026-07-01T10:18:09.6380622Z    Compiling thiserror v1.0.69
2026-07-01T10:18:09.7140508Z    Compiling rustix v1.1.4
2026-07-01T10:18:09.7371339Z    Compiling lru-slab v0.1.2
2026-07-01T10:18:09.7500781Z    Compiling tagptr v0.2.0
2026-07-01T10:18:09.7780590Z    Compiling foldhash v0.2.0
2026-07-01T10:18:09.8844107Z    Compiling synstructure v0.13.2
2026-07-01T10:18:09.9240697Z    Compiling darling_core v0.20.11
2026-07-01T10:18:09.9661399Z    Compiling hashbrown v0.16.1
2026-07-01T10:18:09.9923380Z    Compiling serde_derive_internals v0.29.1
2026-07-01T10:18:10.2180977Z    Compiling netlink-packet-route v0.30.0
2026-07-01T10:18:10.6285026Z    Compiling proc-macro-crate v3.5.0
2026-07-01T10:18:10.7936431Z    Compiling xmltree v0.10.3
2026-07-01T10:18:10.8246611Z    Compiling serial-core v0.4.0
2026-07-01T10:18:10.8316214Z    Compiling ioctl-rs v0.1.6
2026-07-01T10:18:10.8425738Z    Compiling errno v0.3.14
2026-07-01T10:18:10.9430841Z    Compiling termios v0.2.2
2026-07-01T10:18:10.9680817Z    Compiling aho-corasick v1.1.4
2026-07-01T10:18:11.0004047Z    Compiling simple-dns v0.9.3
2026-07-01T10:18:11.0210804Z    Compiling constant_time_eq v0.4.2
2026-07-01T10:18:11.0380659Z    Compiling toml_write v0.1.2
2026-07-01T10:18:11.0558425Z    Compiling signal-hook v0.3.18
2026-07-01T10:18:11.1120751Z    Compiling smol_str v0.1.24
2026-07-01T10:18:11.1410687Z    Compiling arrayref v0.3.9
2026-07-01T10:18:11.1868260Z    Compiling sha1_smol v1.0.1
2026-07-01T10:18:11.1973166Z    Compiling regex-syntax v0.8.10
2026-07-01T10:18:11.2231051Z    Compiling linux-raw-sys v0.12.1
2026-07-01T10:18:11.2491687Z    Compiling simdutf8 v0.1.5
2026-07-01T10:18:11.3060899Z    Compiling resolv-conf v0.7.6
2026-07-01T10:18:11.3419855Z    Compiling winnow v0.7.15
2026-07-01T10:18:11.4450744Z    Compiling serial-unix v0.4.0
2026-07-01T10:18:11.5793617Z    Compiling signal-hook-registry v1.4.8
2026-07-01T10:18:11.7190491Z    Compiling lru v0.16.4
2026-07-01T10:18:11.9267996Z    Compiling darling_core v0.23.0
2026-07-01T10:18:11.9400382Z    Compiling serde_derive v1.0.228
2026-07-01T10:18:11.9650845Z    Compiling zeroize_derive v1.4.3
2026-07-01T10:18:11.9860570Z    Compiling tokio-macros v2.7.0
2026-07-01T10:18:12.2616787Z    Compiling futures-macro v0.3.32
2026-07-01T10:18:12.6600576Z    Compiling zeroize v1.8.2
2026-07-01T10:18:12.7400313Z    Compiling tokio v1.52.3
2026-07-01T10:18:12.8345182Z    Compiling zerofrom-derive v0.1.7
2026-07-01T10:18:13.2620555Z    Compiling futures-util v0.3.32
2026-07-01T10:18:13.3830646Z    Compiling yoke-derive v0.8.2
2026-07-01T10:18:13.5067286Z    Compiling zerovec-derive v0.11.3
2026-07-01T10:18:13.6373312Z    Compiling displaydoc v0.2.6
2026-07-01T10:18:13.9060741Z    Compiling tracing-attributes v0.1.31
2026-07-01T10:18:14.3960731Z    Compiling zerofrom v0.1.8
2026-07-01T10:18:14.5160934Z    Compiling rustls-pki-types v1.14.1
2026-07-01T10:18:14.5320475Z    Compiling curve25519-dalek-derive v0.1.1
2026-07-01T10:18:14.7711030Z    Compiling yoke v0.8.3
2026-07-01T10:18:14.8347560Z    Compiling thiserror-impl v2.0.18
2026-07-01T10:18:15.0093908Z    Compiling zerotrie v0.2.4
2026-07-01T10:18:15.0257591Z    Compiling zerovec v0.11.6
2026-07-01T10:18:15.2550747Z    Compiling darling_macro v0.20.11
2026-07-01T10:18:15.3370782Z    Compiling derive_more-impl v2.1.1
2026-07-01T10:18:15.3813018Z    Compiling spez v0.1.2
2026-07-01T10:18:15.3966595Z    Compiling n0-error-macros v0.1.3
2026-07-01T10:18:15.6777115Z    Compiling darling v0.20.11
2026-07-01T10:18:15.7660747Z    Compiling tinystr v0.8.3
2026-07-01T10:18:15.7940450Z    Compiling potential_utf v0.1.5
2026-07-01T10:18:15.8280758Z    Compiling derive_builder_core v0.20.2
2026-07-01T10:18:15.8410582Z    Compiling der v0.8.0-rc.10
2026-07-01T10:18:15.9540733Z    Compiling icu_locale_core v2.2.0
2026-07-01T10:18:16.0061588Z    Compiling icu_collections v2.2.0
2026-07-01T10:18:16.6555934Z    Compiling n0-error v0.1.3
2026-07-01T10:18:16.7401537Z    Compiling pin-project-internal v1.1.13
2026-07-01T10:18:16.7630938Z    Compiling cobs v0.3.0
2026-07-01T10:18:17.0301142Z    Compiling ed25519-dalek v2.2.0
2026-07-01T10:18:17.0662226Z    Compiling futures-executor v0.3.32
2026-07-01T10:18:17.1322726Z    Compiling icu_provider v2.2.0
2026-07-01T10:18:17.2519982Z    Compiling derive_builder_macro v0.20.2
2026-07-01T10:18:17.4410646Z    Compiling ipnet v2.12.0
2026-07-01T10:18:17.4509764Z    Compiling spki v0.8.0-rc.4
2026-07-01T10:18:17.5782832Z    Compiling icu_properties v2.2.0
2026-07-01T10:18:17.6014893Z    Compiling icu_normalizer v2.2.0
2026-07-01T10:18:17.6620921Z    Compiling derive_builder v0.20.2
2026-07-01T10:18:17.6956909Z    Compiling pkcs8 v0.11.0-rc.10
2026-07-01T10:18:17.8780689Z    Compiling prefix-trie v0.8.4
2026-07-01T10:18:18.1366928Z    Compiling once_cell v1.21.4
2026-07-01T10:18:18.2010540Z    Compiling ed25519 v3.0.0-rc.4
2026-07-01T10:18:18.2632662Z    Compiling pin-project v1.1.13
2026-07-01T10:18:18.3780593Z    Compiling tracing-core v0.1.36
2026-07-01T10:18:18.5414052Z    Compiling hashbrown v0.14.5
2026-07-01T10:18:18.5537434Z    Compiling spt-proto v0.19.0 (/home/reavus/actions-runner/_work/spt-core/spt-core/crates/spt-proto)
2026-07-01T10:18:18.5746051Z    Compiling futures v0.3.32
2026-07-01T10:18:18.6610557Z    Compiling data-encoding-macro-internal v0.1.18
2026-07-01T10:18:18.6740504Z    Compiling postcard-derive v0.2.2
2026-07-01T10:18:18.7245407Z    Compiling tokio-util v0.7.18
2026-07-01T10:18:18.7350898Z    Compiling netlink-sys v0.8.8
2026-07-01T10:18:19.0816536Z    Compiling tracing v0.1.44
2026-07-01T10:18:19.1510477Z    Compiling idna_adapter v1.2.2
2026-07-01T10:18:19.2620737Z    Compiling idna v1.1.0
2026-07-01T10:18:19.2767455Z    Compiling postcard v1.1.3
2026-07-01T10:18:19.2802310Z    Compiling ed25519-dalek v3.0.0-pre.6
2026-07-01T10:18:19.3244326Z    Compiling data-encoding-macro v0.1.20
2026-07-01T10:18:19.3770534Z    Compiling hashlink v0.9.1
2026-07-01T10:18:19.4290830Z    Compiling tower v0.5.3
2026-07-01T10:18:19.7370449Z    Compiling url v2.5.8
2026-07-01T10:18:19.7571111Z    Compiling rustls-native-certs v0.8.4
2026-07-01T10:18:19.7607700Z    Compiling strum_macros v0.28.0
2026-07-01T10:18:19.7991706Z    Compiling h2 v0.4.14
2026-07-01T10:18:19.8164465Z    Compiling rusqlite v0.32.1
2026-07-01T10:18:19.9510377Z    Compiling enum-assoc v1.3.0
2026-07-01T10:18:19.9660631Z    Compiling iroh-metrics-derive v0.4.1
2026-07-01T10:18:20.0970813Z    Compiling derive_more v2.1.1
2026-07-01T10:18:20.1445409Z    Compiling num_enum_derive v0.7.6
2026-07-01T10:18:20.1930957Z    Compiling async-trait v0.1.89
2026-07-01T10:18:20.2125018Z    Compiling tokio-stream v0.1.18
2026-07-01T10:18:20.3188478Z    Compiling iroh-relay v0.98.0
2026-07-01T10:18:20.4240496Z    Compiling n0-watcher v0.6.1
2026-07-01T10:18:20.4683016Z    Compiling iroh-metrics v0.38.3
2026-07-01T10:18:20.5692892Z    Compiling hickory-proto v0.26.0-beta.4
2026-07-01T10:18:20.6430368Z    Compiling tower-http v0.6.11
2026-07-01T10:18:20.7350602Z    Compiling iroh-base v0.98.0
2026-07-01T10:18:20.7403752Z    Compiling attohttpc v0.30.1
2026-07-01T10:18:20.7500559Z    Compiling netdev v0.42.0
2026-07-01T10:18:20.8580418Z    Compiling netlink-proto v0.12.0
2026-07-01T10:18:20.9620691Z    Compiling moka v0.12.15
2026-07-01T10:18:21.1192857Z    Compiling toml_datetime v0.6.11
2026-07-01T10:18:21.1433238Z    Compiling serde_spanned v0.6.9
2026-07-01T10:18:21.2406546Z    Compiling spt-store v0.19.0 (/home/reavus/actions-runner/_work/spt-core/spt-core/crates/spt-store)
2026-07-01T10:18:21.2887732Z    Compiling ref-cast-impl v1.0.25
2026-07-01T10:18:21.4630735Z    Compiling num_enum v0.7.6
2026-07-01T10:18:21.4740488Z    Compiling thiserror-impl v1.0.69
2026-07-01T10:18:21.5080687Z    Compiling toml_edit v0.22.27
2026-07-01T10:18:21.7748638Z    Compiling webpki-roots v1.0.7
2026-07-01T10:18:21.9012965Z    Compiling regex-automata v0.4.14
2026-07-01T10:18:22.0380728Z    Compiling schemars_derive v1.2.1
2026-07-01T10:18:22.0520248Z    Compiling serde_bytes v0.11.19
2026-07-01T10:18:22.2915220Z    Compiling hmac v0.12.1
2026-07-01T10:18:22.3274157Z    Compiling seize v0.5.1
2026-07-01T10:18:22.3543117Z    Compiling iroh v0.98.2
2026-07-01T10:18:22.4250411Z    Compiling bitflags v1.3.2
2026-07-01T10:18:22.5260313Z    Compiling rustix v0.38.44
2026-07-01T10:18:22.6671984Z    Compiling pin-utils v0.1.0
2026-07-01T10:18:22.6750927Z    Compiling cmov v0.5.4
2026-07-01T10:18:22.7054137Z    Compiling dyn-clone v1.0.20
2026-07-01T10:18:22.7319634Z    Compiling nix v0.25.1
2026-07-01T10:18:22.7811993Z    Compiling papaya v0.2.4
2026-07-01T10:18:22.8271370Z    Compiling strum v0.28.0
2026-07-01T10:18:22.8473849Z    Compiling hkdf v0.12.4
2026-07-01T10:18:22.8593104Z    Compiling backon v1.6.0
2026-07-01T10:18:22.9287376Z    Compiling iroh-dns v0.98.0
2026-07-01T10:18:22.9470763Z    Compiling ctutils v0.4.2
2026-07-01T10:18:22.9540739Z    Compiling darling_macro v0.23.0
2026-07-01T10:18:23.1740441Z    Compiling serial v0.4.0
2026-07-01T10:18:23.2360674Z    Compiling anstyle-parse v1.0.0
2026-07-01T10:18:23.2711060Z    Compiling filedescriptor v0.8.3
2026-07-01T10:18:23.2728040Z    Compiling vte_generate_state_changes v0.1.2
2026-07-01T10:18:23.3600597Z    Compiling is_terminal_polyfill v1.70.2
2026-07-01T10:18:23.4000777Z    Compiling shell-words v1.1.1
2026-07-01T10:18:23.4348203Z    Compiling colorchoice v1.0.5
2026-07-01T10:18:23.4426509Z    Compiling anstyle-query v1.1.5
2026-07-01T10:18:23.4694102Z    Compiling instability v0.3.12
2026-07-01T10:18:23.5447341Z    Compiling linux-raw-sys v0.4.15
2026-07-01T10:18:23.5550690Z    Compiling anstyle v1.0.14
2026-07-01T10:18:23.5600824Z    Compiling foldhash v0.1.5
2026-07-01T10:18:23.5676032Z    Compiling downcast-rs v1.2.1
2026-07-01T10:18:23.5790935Z    Compiling vte v0.13.1
2026-07-01T10:18:23.6451309Z    Compiling darling v0.23.0
2026-07-01T10:18:23.6707565Z    Compiling signal-hook-mio v0.2.5
2026-07-01T10:18:23.6841528Z    Compiling swarm-discovery v0.6.0-alpha.2
2026-07-01T10:18:23.7090549Z    Compiling hashbrown v0.15.5
2026-07-01T10:18:23.7777249Z    Compiling spake2 v0.4.0
2026-07-01T10:18:23.7910463Z    Compiling anstream v1.0.0
2026-07-01T10:18:23.8680788Z    Compiling terminal_size v0.4.4
2026-07-01T10:18:24.0220824Z    Compiling strum_macros v0.26.4
2026-07-01T10:18:24.1460858Z    Compiling sha1 v0.10.6
2026-07-01T10:18:24.2053749Z    Compiling toml v0.8.23
2026-07-01T10:18:24.3600837Z    Compiling schemars v1.2.1
2026-07-01T10:18:24.4749641Z    Compiling itertools v0.13.0
2026-07-01T10:18:24.5281105Z    Compiling spt-msg v0.19.0 (/home/reavus/actions-runner/_work/spt-core/spt-core/crates/spt-msg)
2026-07-01T10:18:24.7194439Z    Compiling castaway v0.2.4
2026-07-01T10:18:24.8440811Z    Compiling indoc v2.0.7
2026-07-01T10:18:25.2830779Z    Compiling regex v1.12.3
2026-07-01T10:18:25.2876531Z    Compiling clap_lex v1.1.0
2026-07-01T10:18:25.3700819Z    Compiling static_assertions v1.1.0
2026-07-01T10:18:25.4750679Z    Compiling doctest-file v1.1.1
2026-07-01T10:18:25.5010573Z    Compiling unicode-width v0.1.14
2026-07-01T10:18:25.6100506Z    Compiling clap_builder v4.6.0
2026-07-01T10:18:25.8360464Z    Compiling hyper v1.10.1
2026-07-01T10:18:26.0051170Z    Compiling spt-runtime v0.19.0 (/home/reavus/actions-runner/_work/spt-core/spt-core/crates/spt-runtime)
2026-07-01T10:18:26.1060585Z    Compiling interprocess v2.4.2
2026-07-01T10:18:26.5250723Z    Compiling strum v0.26.3
2026-07-01T10:18:26.5611602Z    Compiling unicode-truncate v1.1.0
2026-07-01T10:18:26.6510539Z    Compiling compact_str v0.8.2
2026-07-01T10:18:26.7160885Z    Compiling crossterm v0.28.1
2026-07-01T10:18:26.8800459Z    Compiling lru v0.12.5
2026-07-01T10:18:27.1381006Z    Compiling clap_derive v4.6.1
2026-07-01T10:18:27.1571384Z    Compiling unicode-width v0.2.0
2026-07-01T10:18:27.1928706Z    Compiling portable-pty v0.8.1
2026-07-01T10:18:27.2441443Z    Compiling cassowary v0.3.0
2026-07-01T10:18:27.3090539Z    Compiling iana-time-zone v0.1.65
2026-07-01T10:18:27.4841495Z    Compiling chrono v0.4.45
2026-07-01T10:18:27.6110675Z    Compiling nucleo-matcher v0.3.1
2026-07-01T10:18:27.6400855Z    Compiling spt-term v0.19.0 (/home/reavus/actions-runner/_work/spt-core/spt-core/crates/spt-term)
2026-07-01T10:18:27.9610821Z    Compiling hyper-util v0.1.20
2026-07-01T10:18:28.0790944Z    Compiling ratatui v0.29.0
2026-07-01T10:18:28.0791784Z    Compiling qrcode v0.14.1
2026-07-01T10:18:28.4721053Z    Compiling tempfile v3.27.0
2026-07-01T10:18:29.3894601Z    Compiling clap v4.6.1
2026-07-01T10:18:29.4773319Z    Compiling spt-live v0.19.0 (/home/reavus/actions-runner/_work/spt-core/spt-core/crates/spt-live)
2026-07-01T10:18:29.9830663Z    Compiling igd-next v0.17.1
2026-07-01T10:18:31.3235758Z    Compiling portmapper v0.16.0
2026-07-01T10:18:35.9433976Z    Compiling rustls-webpki v0.103.13
2026-07-01T10:18:38.3616798Z    Compiling tokio-rustls v0.26.4
2026-07-01T10:18:38.3619677Z    Compiling rustls-platform-verifier v0.7.0
2026-07-01T10:18:38.3620002Z    Compiling noq-proto v0.17.0
2026-07-01T10:18:38.5156362Z    Compiling hyper-rustls v0.27.9
2026-07-01T10:18:38.5157172Z    Compiling hickory-net v0.26.0-beta.4
2026-07-01T10:18:38.5157511Z    Compiling tokio-websockets v0.13.2
2026-07-01T10:18:38.6425214Z    Compiling reqwest v0.13.4
2026-07-01T10:18:39.6503586Z    Compiling hickory-resolver v0.26.0-beta.4
2026-07-01T10:18:54.0005208Z    Compiling spt-net v0.19.0 (/home/reavus/actions-runner/_work/spt-core/spt-core/crates/spt-net)
2026-07-01T10:18:55.4883765Z    Compiling spt-daemon v0.19.0 (/home/reavus/actions-runner/_work/spt-core/spt-core/crates/spt-daemon)
2026-07-01T10:19:03.0351523Z    Compiling spt v0.19.0 (/home/reavus/actions-runner/_work/spt-core/spt-core/crates/spt)
2026-07-01T10:19:07.3203919Z     Finished `test` profile [unoptimized + debuginfo] target(s) in 1m 04s
2026-07-01T10:19:07.3445030Z      Running tests/n1_pairing.rs (target/debug/deps/n1_pairing-430d2d34ad675120)
2026-07-01T10:19:07.3458777Z 
2026-07-01T10:19:07.3458891Z running 1 test
2026-07-01T10:19:13.5316919Z test new_brain_serves_against_old_broker ... ok
2026-07-01T10:19:13.5317258Z 
2026-07-01T10:19:13.5317525Z test result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 6.19s
2026-07-01T10:19:13.5317888Z 
